Rename Available Commands to Main Commands#4975
Conversation
| { | ||
| ID: mainGroup, | ||
| Title: "Available Commands", | ||
| Title: "Main Commands", |
There was a problem hiding this comment.
This is now a bit inconsistent with how Cobra behaves if there are no groups (it still prints Available Commands: in that case).
We could also do "Available Commands (Main)", "Available Commands (Permissions)", here
There was a problem hiding this comment.
Is this also applicable to the account commands?
There was a problem hiding this comment.
The inconsistency with Cobra is unfortunate. Any chance we can address that as well?
Approval status: pending
|
Changes
Rename
Available CommandstoMain CommandsWhy
If
Management Commandsand/orPermission Commandsgroups are present, it is a bit confusing from--helpthat they are also available.before:
after:
Tests
manual, see Why section above ^